-
Notifications
You must be signed in to change notification settings - Fork 903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remaining Desktop VPN work #12175
Remaining Desktop VPN work #12175
Conversation
489d1a6
to
08e3f12
Compare
08e3f12
to
8777523
Compare
8777523
to
f2ddd57
Compare
f2ddd57
to
0754659
Compare
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
a1f1027
to
29f78ff
Compare
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
41e9111
to
26bf07f
Compare
A Storybook has been deployed to preview UI for the latest push |
5084a39
to
54d5deb
Compare
54d5deb
to
49194a1
Compare
41816ff
to
5ea2bba
Compare
5ea2bba
to
28482c4
Compare
28482c4
to
38f913a
Compare
A Storybook has been deployed to preview UI for the latest push |
With this new connection state, service can notify with exact state info when connection is not allowed by user or by system.
Also, removed sensitive data logging
We need to reset when we can move panel UI state from error page to home page.
It seems gn_check can't handle #if BUILDFLAG(IS_ANDROID). Although deps that added by this commit are not used on Android, added to avoid gn_check failure.
We will add country flags support in a separated PR.
To avoid including brave_vpn target on linux mojom target is moved to separated directory because storybook needs mojom_js for its building.
Added policy part.
Instead of storing selected/device data as a whole, just stores its name. Then gives region data from region list.
5be5bde
to
89fb27c
Compare
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
PTAL again @diracdeltas :) |
all my comments are resolved, defer to andrea above |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GTG
Fixes brave/brave-browser#15804
Fixes brave/brave-browser#21314
Fixes brave/brave-browser#18469
Fixes brave/brave-browser#21598
Fixes brave/brave-browser#22061
Fixes brave/brave-browser#22109
TODO list
[Desktop] Remaining VPN work
or check#specs
channel on Slack)RELATED (required before we enable VPN feature by default)
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
,npm run lint
,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan:
See brave/brave-browser#15804